home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 141
/
(Vol 141) Oct 17 2011.iso
/
Games
/
fire-man.swf
/
scripts
/
DefineSprite_959
/
frame_17
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-10-17
|
178 b
|
10 lines
if(_root.tenguman._x > _root.heroe._x)
{
_root.windx = -1 * _root.heroe.hforce * 1.3;
}
else
{
_root.windx = _root.heroe.hforce * 1.3;
}
_root.wind01.start(0,99);